Set(DicomDataSet,BeforeAddTagDelegate,object[]) Method

Summary
Sets the information in the data set from the specified class instances.
Syntax
C#
C++/CLI
public static void Set( 
   this DicomDataSet ds, 
   BeforeAddTagDelegate OnBeforeAdd, 
   object[] instances 
) 
[ExtensionAttribute()] 
public: 
static void Set(  
   DicomDataSet^ ds, 
   BeforeAddTagDelegate^ OnBeforeAdd, 
   ... array<Object^>^ instances 
)  

Parameters

ds
The data set to set information into.

OnBeforeAdd
The delegate to call before adding the element to the data set.

instances
The instances that have the correct attributes.

Remarks

The delegate can return false to disable adding the element to the data set.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.